home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MusicScapes Professional
/
MusicScapes Professional (Wayzata Technology)(1381)(1995).bin
/
elements
/
rock
/
00017_Script_17
< prev
next >
Wrap
Text File
|
1994-11-22
|
414b
|
16 lines
on exitFrame
global lastSoundLevel
global oldSoundLevel
installMenu 16
put the soundLevel into lastSoundLevel
set lastSoundLevel1 to lastSoundLevel + 1
set the checkMark of menuItem lastSoundLevel1 of menu "Volume" to TRUE
updateStage
if soundBusy (1) then continue
else play done
if the controlDown and the key = "." then go to frame "Leave"
--else continue
end if
end if
end